home *** CD-ROM | disk | FTP | other *** search
- /* FileM.h */ /* C14 Calculator */
- /* Created 930421 10:58 AM by AppMaker */
-
- #ifndef __FIM__
- #define __FIM__
-
- /*----------*/
- void FileMSeg (void);
- Boolean OkToOpen (OSType fType);
- void OpenDoc (Str255 fileName,
- short vRefNum);
- void OpenApp (void);
- void DoClose (void);
- void DoQuit (void);
- void DoFile (short itemNr);
-
- #endif /* __FIM__ */